Home
last modified time | relevance | path

Searched refs:next_lastchar (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c254 (next_lastchar(wordv[1]) == '"') && in pccccom()
322 (next_lastchar(wordv[1]) == ')')) { in lint0()
537 (next_lastchar(wordv[1]) == '\'') && in troff()
590 (next_lastchar(wordv[1]) == '"') && in sunf77()
H A Derror.h219 char next_lastchar(char *string);
H A Derrorsubr.c157 next_lastchar(char *string) in next_lastchar() function