~ubuntu-branches/ubuntu/wily/styx/wily

« back to all changes in this revision

Viewing changes to inc/scn_base.h

  • Committer: Package Import Robot
  • Author(s): Frederik Schüler
  • Date: 2013-12-28 18:20:37 UTC
  • mfrom: (0.1.5)
  • Revision ID: package-import@ubuntu.com-20131228182037-ihsf1de5y1oe24nf
Tags: 2.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
/* defines 'tid' as number for token 'Name' in scan stream 't' */
338
338
;
339
339
 
 
340
c_bool Stream_hasTokId(Scn_Stream t, c_string Name)
 
341
/* whether 'Name' is a token in scan stream 't' */
 
342
;
 
343
 
 
344
c_bool Stream_defDynKeyId(Scn_Stream t, symbol keysym, short tid)
 
345
/* defines 'tid' as number for dynamic keyword 'keysym' in scan stream 't' */
 
346
;
 
347
 
340
348
void Stream_defKeyId(Scn_Stream t, c_string Text, short tid)
341
349
/* defines 'tid' as number for keyword 'Text' in scan stream 't' */
342
350
;