HomeSort by: relevance | last modified time | path
    Searched refs:block_new (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/wsmoused/
config_yacc.y 84 modeprop { struct block *b = block_new(BLOCK_GLOBAL);
88 | outermode { struct block *b = block_new(BLOCK_GLOBAL);
102 { $$ = block_new(BLOCK_MODE);
108 modeprop { struct block *b = block_new(BLOCK_MODE);
wsmoused.h 100 struct block *block_new(int);
config.c 95 block_new(int type) function in typeref:struct:block *
108 /* Frees a block created with block_new. All data contained inside the block

Completed in 12 milliseconds