Searched defs:hot (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/html/
H A Dtroff2html.h232 Dir_t* hot; /* hot text list */ member in struct:State_s
H A Dtroff2html.c83 " [+hot='word ...'?Adds (\b+\b) or removes (\b-\b) \aword\a ... from"
84 " the hot-word list. Constructs that match (\ahot-word\a ..."
86 " a hot link to another portion of the document. \brefer\b and"
87 " \bsee\b are the default hot words. Case is ignored when"
88 " matching hot words.]"
103 " local link label and \atext\a is the hot link text. If \alabel\a"
3394 hot(register char* s, int add) function
3399 for (p = 0, x = state.hot; x; p = x, x = x->next)
3407 state.hot = state.hot
4996 int hot = 0; local
[all...]
/ast/lib/package/
H A Dpackage.mk893 hot= macro
895 do hot="$hot -e s/\\(\\<$i\\>\\)/\\\\h'0*1'\\1\\\\h'0'/"
904 if [[ $hot ]]
905 then hot="sed $hot"
906 else hot=cat
912 $hot
/ast/src/cmd/INIT/
H A Dpackage.mk893 hot= macro
895 do hot="$hot -e s/\\(\\<$i\\>\\)/\\\\h'0*1'\\1\\\\h'0'/"
904 if [[ $hot ]]
905 then hot="sed $hot"
906 else hot=cat
912 $hot

Completed in 30 milliseconds