Home
last modified time | relevance | path

Searched refs:isauxsp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.char.h25 #define isauxsp(c) (Z=((unsigned)(c)), isauxspZ) macro
34 #define isauxsp(c) 0 macro
H A Dsh.dol.c236 if (isauxsp(c)) goto loop; in Dword()
257 isauxsp(c)) { /* sp \t\n'"` or aux. sp */ in Dword()
H A Dsh.lex.c207 if (cmap(c, _META|_ESC)||isauxsp(c)) in word()
278 } else if (cmap(c, _META|_Q|_Q1|_ESC)||isauxsp(c)) { in word()
333 if (!err && cmap(c, _META|_Q|_Q1)||isauxsp(c)) in getC1()
H A Dsh.file.c753 isauxsp(word_start[-1])) in tenex()