Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dlexstates.c103 S_GRAVE,0, 0, 0, 0, 0, 0, 0,
147 S_GRAVE,0, 0, 0, 0, 0, 0, 0,
191 S_GRAVE,0, 0, 0, 0, 0, 0, 0,
214 S_GRAVE,0, 0, 0, 0, 0, 0, 0,
370 S_GRAVE,0, 0, 0, 0, 0, 0, 0,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dlexstates.h63 #define S_GRAVE 38 /* old comsub character */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c820 case S_GRAVE: in sh_lex()
830 if(n!=S_GRAVE || fcpeek(0)=='\'') in sh_lex()
2068 case S_GRAVE: in here_copy()
H A Dmacro.c347 case S_GRAVE: in sh_machere()
588 case S_GRAVE: case S_DOL: in copyto()
600 if(n==S_GRAVE) in copyto()