Searched refs:tabstops (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/nmake/
H A Dmain.c384 state.tabstops = 8;
H A Dmake.h834 int tabstops; /* tab stops for makefile parse */ member in struct:State_s
H A Dparse.c941 indent += state.tabstops - indent % state.tabstops;
1535 * ideally only '\t' should be used although ' ' are ok using state.tabstops

Completed in 25 milliseconds