Home
last modified time | relevance | path

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

/netbsd/usr.bin/config/
H A Dsem.h48 void setident(const char *);
H A Dgram.y785 IDENT stringvalue { setident($2); }
789 no IDENT { setident(NULL); }
H A Dsem.c309 setident(const char *i) in setident() function