Searched refs:term_char (Results 1 – 4 of 4) sorted by relevance
216 register int term_char=0; /* read() termination character */ in ed_viread() local283 term_char = shbuf[--i]; in ed_viread()284 if( term_char == '\r' ) in ed_viread()285 term_char = '\n'; in ed_viread()286 if( term_char=='\n' || term_char==ESC ) in ed_viread()302 term_char = ESC; in ed_viread()315 term_char = shbuf[--i]; in ed_viread()316 if( term_char == '\r' ) in ed_viread()317 term_char = '\n'; in ed_viread()319 if(term_char=='\n') in ed_viread()[all …]
1106 char term_char; in fsys() local1112 term_char = path2use[fs_namelen]; in fsys()1124 ((term_char == '/' || term_char == '\0') && in fsys()
166 typedef struct term_char { struct
184 typedef struct term_char { struct