Home
last modified time | relevance | path

Searched refs:TCSH_IGNORE (Results 1 – 5 of 5) sorted by relevance

/src/contrib/tcsh/
H A Dsh.sem.c869 TCSH_IGNORE(dup(pipein[0])); in doio()
879 TCSH_IGNORE(dup(OLDSTD)); in doio()
932 TCSH_IGNORE(dup(pipeout[1])); in doio()
937 TCSH_IGNORE(dup(SHOUT)); in doio()
946 TCSH_IGNORE(dup(1)); in doio()
950 TCSH_IGNORE(dup(SHDIAG)); in doio()
H A Dsh.h106 #define reset_mbtowc() TCSH_IGNORE(mbtowc(NULL, NULL, 0))
136 #define TCSH_IGNORE(a) tcsh_ignore((intptr_t)a) macro
H A Dtc.alloc.c69 TCSH_IGNORE(write(didfds ? 2 : SHDIAG, msg, strlen(msg))); in out_of_memory()
H A Dsh.hist.c1330 TCSH_IGNORE(fchown(fp, st.st_uid, st.st_gid)); in rechist()
1331 TCSH_IGNORE(fchmod(fp, st.st_mode)); in rechist()
H A Dglob.c340 TCSH_IGNORE(mblen(NULL, 0)); in glob()