HomeSort by: relevance | last modified time | path
    Searched defs:I__ (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
edit.h 21 # define I__(i) = i
23 # define I__(i)
83 #undef I__
tty.h 17 # define I__(i) = i
19 # define I__(i)
96 EXTERN int tty_fd I__(-1); /* dup'd tty file descriptor */
110 #undef I__
sh.h 122 # define I__(i) = i
124 # define I__(i)
327 EXTERN char null [] I__(""); /* null value for variable */
328 EXTERN char space [] I__(" ");
329 EXTERN char newline [] I__("\n");
330 EXTERN char slash [] I__("/");
410 EXTERN enum tmout_enum ksh_tmout_state I__(TMOUT_EXECUTING);
436 EXTERN int ifs0 I__(' '); /* for "$*" */
499 EXTERN int x_cols I__(80); /* tty columns */
533 #undef I__
    [all...]

Completed in 14 milliseconds