Home
last modified time | relevance | path

Searched refs:shortflag (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c784 code_name(int code, int shortflag) in code_name() argument
805 if (shortflag) in code_name()
811 return (shortflag ? shortcode[code] : codelist[code]); in code_name()
H A Dpppd.h454 extern const char *code_name __P((int code, int shortflag));